home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  141 b   |  9 lines

  1. on mouseDown
  2.   global giCurrentGirl
  3.   buttonLogic()
  4.   if the result = 1 then
  5.     go("MainLoopStart")
  6.     set giCurrentGirl to 1
  7.   end if
  8. end
  9.